home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Help.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  203 b   |  14 lines

  1. on idle
  2.   if not soundBusy(1) then
  3.     puppetSound("fons05")
  4.   end if
  5. end
  6.  
  7. on startMovie
  8.   global idioma
  9.   puppetSound(0)
  10.   repeat with x = 20 to 26
  11.     set the visible of sprite x to 0
  12.   end repeat
  13. end
  14.